-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard with active quest count + piggy but hardcode total bounties USD value #190
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/1hive/quests/D8igYJikJa5TLsKQfdCWNsMbmi8h |
Codecov Report
@@ Coverage Diff @@
## main #190 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 25 25
Branches 5 5
=========================================
Hits 25 25 Continue to review full report at Codecov.
|
…ct same version as yarn.lock file) + fix merge witth main
{ | ||
"abi": [ | ||
"function canUpdate (address _tokenA, address _tokenB) view returns (bool)", | ||
"function update (address _tokenA, address _tokenB)", | ||
"function consult(address tokenIn, uint amountIn, address tokenOut) external view returns (uint amountOut)" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We dont use PriceOracle anymore. I can remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments and suggestions.
close #186